home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio / Ham Radio CD-ROM (Emerald Software) (1995).ISO / bbs / savemail / readme next >
Text File  |  1988-03-14  |  2KB  |  32 lines

  1. SAVEMAIL.PAS for WA7MBL BBS Operators -- by R.B. Shreve, W8GRG
  2.         (c) Copyright 1988 W8GRG -- Public Domain
  3.  
  4. SAVEMAIL.PAS includes GetDir and other routines from Turbo Pascal 4.0
  5. and Turbo Tutor published by Borland. It also uses an original Savefile
  6. routine. Source code for both is included in the file SAVEMAIL.PAS.
  7.  
  8. To run, type SAVEMAIL at the Dos > prompt. The program will call for
  9. Path -- this is the drive, directory, and mask for the OLDMAIL files to
  10. be screened and saved. Typical entry: C:\OLDMAIL\msg*.mai.
  11.  
  12. It then prompts for the path to which mail saved will be written. This
  13. includes drive, directory (if any) and must end with \. Typical A:\
  14. See the paragraph below on subdirectories required. (They do not have to
  15. be entered in the path response).
  16.  
  17. The program discards all messages of Type W, whether forwarded or not.
  18. (These are weather forecasts on the W8GRG BBS, but W could be used to
  19. mark any unwanted files). It saves all other messages with a STATUS of F
  20. (in general, third-party traffic).
  21.  
  22. Finally, it saves any messages of type A (ARRL), G (Gateway), or Y (W5YI
  23. reports) that are identified with a STATUS code of S. Selection is done
  24. manually by the SYSOP using MBL edit procedure at the time the messages
  25. are first received and posted.
  26.  
  27. Each type of message requires a special subdirectory in the destination
  28. directory: FWD for forwarded, ARRL, GTWY, and W5YI for the other types.
  29. These directories must exist; the software will not create them. Users
  30. who want other types can easily modify the source code to suit their
  31. needs. If you need help, send me a message @ W8GRG BBS, Cleveland 44120.
  32.